|Tools| <Licensing | |Up to Yassl: Scripting language | |Sample widget interfaces>

Yassl: Scripting language Language Overview


5.2 Language Overview

Yassl is a non object oriented language with a syntax that looks somewhat like C. Some of its features: There are two components to the yassl system.
The interpreter
This is implemented through the yassl package, and is simply the engine that runs yassl scripts, and could later be just a program to generate java bytecode.
Support classes
These are other java classes that add functionality to the language. Most of the demonstrations here are functions to use the AWT a little easier, and to manipulate them in applets as widgets.
Here are some example programs to show how it could be used in a UI development environment. Be prepared to wait for a while when the interpreter is loaded. The interpreter runs as an applet, and can take a while to get to your machine.
|Tools| <Licensing | |Up to Yassl: Scripting language | |Sample widget interfaces>

KB Sriram
Comments, bug reports: kbs@sbktech.org

Revised: Sat May 25 02:58:14 1996
URL: http://www.sbktech.org/yas_lang.html